Uses of Interface
edu.uci.ics.jung.graph.Hypergraph
-
Packages that use Hypergraph Package Description edu.uci.ics.jung.graph -
-
Uses of Hypergraph in edu.uci.ics.jung.graph
Subinterfaces of Hypergraph in edu.uci.ics.jung.graph Modifier and Type Interface Description interfaceGraph<V,E>A graph consisting of a set of vertices of typeVset and a set of edges of typeE.interfaceUndirectedGraph<V,E>A tagging interface for extensions ofGraphthat accept only undirected edges.Classes in edu.uci.ics.jung.graph that implement Hypergraph Modifier and Type Class Description classAbstractGraph<V,E>Abstract implementation of theGraphinterface.classAbstractTypedGraph<V,E>An abstract class for graphs whose edges all have the sameEdgeType.classSparseGraph<V,E>An implementation ofGraphthat is suitable for sparse graphs and permits both directed and undirected edges.classUndirectedSparseGraph<V,E>An implementation ofUndirectedGraphthat is suitable for sparse graphs.
-